home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-02 / svgabg31.zip / NOTES256.SVG < prev    next >
Text File  |  1991-11-20  |  825b  |  28 lines

  1. SuperVGA 256 BGI driver 
  2. Version 2.31
  3. November 20, 1991
  4.  
  5. This is the newest version of my SuperVGA 256 BGI driver.  I have fixed 
  6. several bugs in the previous releases, as well as added several improvements.
  7.  
  8.     o 1024x768x256 color mode is now supported on Tseng 4000,
  9.       Chips&Tech, Trident 8900 and Ahead video cards.
  10.  
  11.     o Getimage and putimage will work with bitmaps up to the 
  12.      size of available memory. (> 64k)
  13.  
  14.     o VESA support has been added.
  15.  
  16.     o Added setvgapalette256 function.
  17.  
  18.     o Floodfill is implemented. (still slow!) (2.0)
  19.  
  20.     o Added new logical operations to putimage (2.25)
  21.       XNOR_PUT
  22.       NOR_PUT
  23.       NAND_PUT
  24.       TRANS_COPY_PUT - Treats 0 as transparent (useful for cursors)
  25.  
  26.     o Logical operations for putimage actually work correctly! ;-> (2.3)
  27.  
  28.     o Fixed minor line drawing bug (2.31)